home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / vim / vimrc.tiny < prev   
Text File  |  2009-09-21  |  662b  |  14 lines

  1. " Vim configuration file, in effect when invoked as "vi". The aim of this
  2. " configuration file is to provide a Vim environment as compatible with the
  3. " original vi as possible. Note that ~/.vimrc configuration files as other
  4. " configuration files in the runtimepath are still sourced.
  5. " When Vim is invoked differently ("vim", "view", "evim", ...) this file is
  6. " _not_ sourced; /etc/vim/vimrc and/or /etc/vim/gvimrc are.
  7.  
  8. " Debian system-wide default configuration Vim
  9. set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
  10.  
  11. set compatible
  12.  
  13. " vim: set ft=vim:
  14.